!2 add openssl-devel for building

From: @zhaorenhai
Reviewed-by: @shinwell_hu
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2021-02-03 10:21:24 +08:00 committed by Gitee
commit 3f809729d9

View File

@ -1,9 +1,9 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-scrypt Name: python-scrypt
Version: 0.8.17 Version: 0.8.17
Release: 1 Release: 2
Summary: Bindings for the scrypt key derivation function library Summary: Bindings for the scrypt key derivation function library
License: 2-clause BSD License: BSD
URL: https://github.com/holgern/py-scrypt URL: https://github.com/holgern/py-scrypt
Source0: https://files.pythonhosted.org/packages/57/02/040f517985d66e2b453ac1abf50e9e4fde64094f64029add8bbd28b6d331/scrypt-0.8.17.tar.gz 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 Summary: Bindings for the scrypt key derivation function library
Provides: python-scrypt Provides: python-scrypt
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: openssl-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-cffi BuildRequires: python3-cffi
BuildRequires: gcc BuildRequires: gcc
@ -69,5 +70,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %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 - Package Spec generated