Do not require fixed python3 version for pyi2ncommon
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Wed, 5 Dec 2018 15:22:41 +0000 (16:22 +0100)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Wed, 5 Dec 2018 15:28:43 +0000 (16:28 +0100)
make_dist.sh

index e24e841..5454c79 100755 (executable)
 # Copyright (c) 2016-2018 Intra2net AG <info@intra2net.com>
 
 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