14
0

Accepting request 747332 from home:frispete:python

- Use the pycryptodome tarball

OBS-URL: https://build.opensuse.org/request/show/747332
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycryptodomex?expand=0&rev=14
This commit is contained in:
2019-11-11 13:47:25 +00:00
committed by Git OBS Bridge
parent ed2276cec3
commit f96daa2d87
4 changed files with 10 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ Summary: Cryptographic library for Python
License: BSD-2-Clause
Group: Development/Languages/Python
URL: https://www.pycryptodome.org
Source: https://github.com/Legrandin/pycryptodome/archive/v%{version}x.tar.gz
Source: https://github.com/Legrandin/pycryptodome/archive/v%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -75,7 +75,7 @@ Python. Only the pieces that are extremely critical to performance
(e.g. block ciphers) are implemented as C extensions.
%prep
%setup -q -n pycryptodome-%{version}x
%setup -q -n pycryptodome-%{version}
touch .separate_namespace
%build