diff --git a/python-scrypt.spec b/python-scrypt.spec index 2253462..eb05c8f 100644 --- a/python-scrypt.spec +++ b/python-scrypt.spec @@ -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 +* Wen Feb 03 2021 zhaorenhai - 0.8.7-2 +- Add openssl-devel build requires. + +* Sun Jan 31 2021 Python_Bot - 0.8.7-1 - Package Spec generated