diff options
| author | Lyes Saadi <mail@lyes.eu> | 2020-06-10 15:26:07 +0100 |
|---|---|---|
| committer | Lyes Saadi <mail@lyes.eu> | 2020-06-10 15:26:07 +0100 |
| commit | 37002107ce15fbe36d9aee83a5a8f1fc400ee27a (patch) | |
| tree | 76cd63ca15a516fcceac821ff94c6b5b2c7ad057 /mycroft | |
| parent | 656ccad3aeee9f8ea85954e02eb365cfc40a4807 (diff) | |
| download | spec-37002107ce15fbe36d9aee83a5a8f1fc400ee27a.tar.gz spec-37002107ce15fbe36d9aee83a5a8f1fc400ee27a.tar.xz spec-37002107ce15fbe36d9aee83a5a8f1fc400ee27a.zip | |
Forgot Requirement part 1
Diffstat (limited to 'mycroft')
| -rw-r--r-- | mycroft/python-xxhash.spec | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mycroft/python-xxhash.spec b/mycroft/python-xxhash.spec index a5d7e46..ec08468 100644 --- a/mycroft/python-xxhash.spec +++ b/mycroft/python-xxhash.spec @@ -9,8 +9,8 @@ License: BSD URL: https://github.com/ifduyue/python-xxhash # python-xxhash bundle xxhash sources. To generate a clean tarball: # ./generate-xxhash-tarball.sh %{version} -Source0: python-xxhash-%{version}-no-bundling.tar.gz -Source1: generate-xxhash-tarball.sh +Source0: python-xxhash-%{version}-no-bundling.tar.gz +Source1: generate-xxhash-tarball.sh %global _description %{expand: xxhash is a Python binding for the xxHash library by Yann Collet. @@ -21,6 +21,7 @@ xxhash is a Python binding for the xxHash library by Yann Collet. %package -n python3-%{pypi_name} Summary: %{summary} Requires: xxhash-libs +BuildRequires: gcc BuildRequires: python3-devel BuildRequires: xxhash-devel |
