From: Christian Herdtweck Date: Wed, 5 Dec 2018 15:22:41 +0000 (+0100) Subject: Do not require fixed python3 version for pyi2ncommon X-Git-Tag: v1.4~15 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=b59461cc144a1a60d11d634809f3ce17f64c531c;p=pyi2ncommon Do not require fixed python3 version for pyi2ncommon --- diff --git a/make_dist.sh b/make_dist.sh index e24e841..5454c79 100755 --- a/make_dist.sh +++ b/make_dist.sh @@ -21,10 +21,10 @@ # Copyright (c) 2016-2018 Intra2net AG echo create rpm -python3 setup.py bdist_rpm --packager=Intra2net --group=Intra2net --vendor="Intra2net AG" +python3 setup.py bdist_rpm --packager=Intra2net --group=Intra2net --vendor="Intra2net AG" --no-autoreq --requires="python3,python3-zipfile35" echo create spec -python3 setup.py bdist_rpm --packager=Intra2net --group=Intra2net --vendor="Intra2net AG" --spec-only +python3 setup.py bdist_rpm --packager=Intra2net --group=Intra2net --vendor="Intra2net AG" --no-autoreq --requires="python3,python3-zipfile35" --spec-only echo adapt spec echo "# spec file created automatically by make_dist.sh -- do not modify!" > pyi2ncommon.spec