Skip to content

Commit

Permalink
Merge pull request #232 from OPReturnCode/master
Browse files Browse the repository at this point in the history
Fix srcdist build
  • Loading branch information
OPReturnCode authored Nov 29, 2021
2 parents a23741e + 264b2c0 commit 7b4bcaa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contrib/deterministic-build/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ protobuf==3.14.0 \
--hash=sha256:ecc33531a213eee22ad60e0e2aaea6c8ba0021f0cce35dbf0ab03dee6e2a23a1
pyaes==1.6.1 \
--hash=sha256:02c1b1405c38d3c370b085fb952dd8bea3fadcee6411ad99f312cc129c536d8f
pycparser==2.20 \
--hash=sha256:7582ad22678f0fcd81102833f60ef8d0e57288b6b5fb00323d101be910e35705 \
--hash=sha256:2d475327684562c3a96cc71adf7dc8c4f0565175cf86b6d7a404ff4c771f15f0
PySocks==1.7.1 \
--hash=sha256:08e69f092cc6dbe92a0fdd16eeb9b9ffbc13cadfe5ca4c7bd92ffb078b293299 \
--hash=sha256:2725bd0a9925919b9b51739eea5f9e2bae91e83288108a9ad338b2e3a4435ee5 \
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ def run(self):
}

setup(
cmdclass={
'sdist': MakeAllBeforeSdist,
},
name=os.environ.get('EC_PACKAGE_NAME') or "Electron Cash SLP",
version=os.environ.get('EC_PACKAGE_VERSION') or version.PACKAGE_VERSION,
install_requires=requirements,
Expand Down

0 comments on commit 7b4bcaa

Please sign in to comment.