!2 add openssl-devel for building
From: @zhaorenhai Reviewed-by: @shinwell_hu Signed-off-by: @shinwell_hu
This commit is contained in:
commit
3f809729d9
@ -1,9 +1,9 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-scrypt
|
||||
Version: 0.8.17
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Bindings for the scrypt key derivation function library
|
||||
License: 2-clause BSD
|
||||
License: BSD
|
||||
URL: https://github.com/holgern/py-scrypt
|
||||
Source0: https://files.pythonhosted.org/packages/57/02/040f517985d66e2b453ac1abf50e9e4fde64094f64029add8bbd28b6d331/scrypt-0.8.17.tar.gz
|
||||
|
||||
@ -15,6 +15,7 @@ Source0: https://files.pythonhosted.org/packages/57/02/040f517985d66e2b453ac1abf
|
||||
Summary: Bindings for the scrypt key derivation function library
|
||||
Provides: python-scrypt
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-cffi
|
||||
BuildRequires: gcc
|
||||
@ -69,5 +70,8 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Sun Jan 31 2021 Python_Bot <Python_Bot@openeuler.org>
|
||||
* Wen Feb 03 2021 zhaorenhai <zhaorenhai@hotmailc.om> - 0.8.7-2
|
||||
- Add openssl-devel build requires.
|
||||
|
||||
* Sun Jan 31 2021 Python_Bot <Python_Bot@openeuler.org> - 0.8.7-1
|
||||
- Package Spec generated
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user