summaryrefslogtreecommitdiffstats
path: root/xci/var
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2018-03-12 09:40:10 +0000
committerMarkos Chandras <mchandras@suse.de>2018-03-12 09:40:10 +0000
commit6a86fba9dac4c1f37d854335afb936d36967f084 (patch)
tree028621aa6548351b50d643f635a328d14c129efb /xci/var
parentcea2e3355bc6b5c059349c6c3ca2e96d214cbfb4 (diff)
xci: Drop the python-crypto dependency
The upstream pw-token-gen tool doesn't need python-crypto anymore since e9f957861b4160640f6debb2b939084ec43b43b2 ("Make pw-token-gen.py more random") so we no longer need to install that package. Change-Id: Ib53f246db999ff8ecfed2e3f62143c780c483fbd Signed-off-by: Markos Chandras <mchandras@suse.de>
Diffstat (limited to 'xci/var')
-rw-r--r--xci/var/Debian.yml2
-rw-r--r--xci/var/RedHat.yml2
-rw-r--r--xci/var/Suse.yml2
3 files changed, 0 insertions, 6 deletions
diff --git a/xci/var/Debian.yml b/xci/var/Debian.yml
index c785c65c..5ea7a885 100644
--- a/xci/var/Debian.yml
+++ b/xci/var/Debian.yml
@@ -7,5 +7,3 @@
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
-# this is the interface the VM nodes are connected to libvirt network "default"
-python_crypto_package_name: python-crypto
diff --git a/xci/var/RedHat.yml b/xci/var/RedHat.yml
index eae7d127..5ea7a885 100644
--- a/xci/var/RedHat.yml
+++ b/xci/var/RedHat.yml
@@ -7,5 +7,3 @@
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
-# this is placeholder and left blank intentionally to complete later on
-python_crypto_package_name: python-crypto
diff --git a/xci/var/Suse.yml b/xci/var/Suse.yml
index 5891aee9..5ea7a885 100644
--- a/xci/var/Suse.yml
+++ b/xci/var/Suse.yml
@@ -7,5 +7,3 @@
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
-# this is the interface the VM nodes are connected to libvirt network "default"
-python_crypto_package_name: python-pycrypto