Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit a307bb6

Browse files
author
Marcin Seremak
committed
Revert "Force rlp=0.3.9 to attempt fix build"
This reverts commit 29a7673.
1 parent 29a7673 commit a307bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def run_tests(self):
3232
# requirements
3333
install_requires = set(x.strip() for x in open('requirements.txt'))
3434
install_requires_replacements = {
35-
'https://github.com/ethereum/pyrlp/tarball/develop': 'rlp==0.3.9',
35+
'https://github.com/ethereum/pyrlp/tarball/develop': 'rlp>=0.3.9',
3636
'https://github.com/ethereum/ethash/tarball/master': 'pyethash'}
3737
install_requires = [install_requires_replacements.get(r, r) for r in install_requires]
3838

0 commit comments

Comments
 (0)