Skip to content
Snippets Groups Projects
Commit f007329b authored by Maiken's avatar Maiken
Browse files

Merge branch 'archery_manage_dnsmodule' into 'next'

Debian flavour requires python3-dnspython not python3-dns for archery-manage

See merge request !1401
parents 40435828 0fcc929b
No related branches found
No related tags found
4 merge requests!1586Release notes ARC 7,!1512Draft:prefer http over gsiftp for SRM transport protocol (BUGZ-4075),!1456Fix for slurm scan tests failing,!1401Debian flavour requires python3-dnspython not python3-dns for archery-manage
Pipeline #11191 passed
......@@ -248,13 +248,13 @@ override_dh_python2:
echo "pydeps:Depends=python-ldap, python-isodate" \
>> debian/nordugrid-arc-arex.substvars
echo "pydeps:Depends=python-dns" \
echo "pydeps:Depends=python-dnspython" \
>> debian/nordugrid-arc-community-rtes.substvars
if [ $(ACIX) = "yes" ] ; then \
echo "pydeps:Depends=python-twisted, python-openssl" \
>> debian/nordugrid-arc-acix-core.substvars ; \
fi
echo "pydeps:Depends=python-ldap, python-dns" \
echo "pydeps:Depends=python-ldap, python-dnspython" \
>> debian/nordugrid-arc-archery-manage.substvars
echo "pydeps:Depends=python-nordugrid-arc (= \$${binary:Version})" \
>> debian/nordugrid-arc-plugins-python.substvars
......@@ -268,13 +268,13 @@ override_dh_python3:
echo "pydeps:Depends=python3-ldap, python3-isodate" \
>> debian/nordugrid-arc-arex.substvars
echo "pydeps:Depends=python3-dns" \
echo "pydeps:Depends=python3-dnspython" \
>> debian/nordugrid-arc-community-rtes.substvars
if [ $(ACIX) = "yes" ] ; then \
echo "pydeps:Depends=python3-twisted, python3-openssl" \
>> debian/nordugrid-arc-acix-core.substvars ; \
fi
echo "pydeps:Depends=python3-ldap, python3-dns" \
echo "pydeps:Depends=python3-ldap, python3-dnspython" \
>> debian/nordugrid-arc-archery-manage.substvars
echo "pydeps:Depends=python3-nordugrid-arc (= \$${binary:Version})" \
>> debian/nordugrid-arc-plugins-python.substvars
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment