From 9188a3a611053035be9aaab126a0972478a2334d Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Wed, 6 Jun 2018 13:06:06 +0200 Subject: [PATCH] python-pycryptodome: replaces pycrypto now that has been removed --- srcpkgs/python-pycryptodome/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-pycryptodome/template b/srcpkgs/python-pycryptodome/template index c2d972fc092..72cf15c3094 100644 --- a/srcpkgs/python-pycryptodome/template +++ b/srcpkgs/python-pycryptodome/template @@ -1,11 +1,11 @@ # Template file for 'python-pycryptodome' pkgname=python-pycryptodome version=3.6.1 -revision=1 +revision=2 +replaces="python-crypto>=0" wrksrc="pycryptodome-${version}" build_style=python-module pycompile_module="Crypto" -conflicts="python-crypto>=0" hostmakedepends="python-setuptools python3-setuptools" makedepends="python-devel python3-devel" short_desc="Python2 package of low-level cryptographic primitives" @@ -24,8 +24,8 @@ post_install() { } python3-pycryptodome_package() { + replaces="python3-crypto>=0" pycompile_module="Crypto" - conflicts="python3-crypto>=0" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3*