Skip to content

Commit deac879

Browse files
committed
pin to any pyasn1 patch release
1 parent 3f7babc commit deac879

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pyasn1>=0.3.4
1+
pyasn1~=0.3.4

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def howto_install_setuptools():
6767
from setuptools import setup, Command
6868

6969
params = {
70-
'install_requires': ['pyasn1>=0.3.4'],
70+
'install_requires': ['pyasn1~=0.3.4'],
7171
'zip_safe': True
7272
}
7373

@@ -81,7 +81,7 @@ def howto_install_setuptools():
8181
params = {}
8282

8383
if sys.version_info[:2] > (2, 4):
84-
params['requires'] = ['pyasn1(>=0.3.4)']
84+
params['requires'] = ['pyasn1(~=0.3.4)']
8585

8686
params.update(
8787
{'name': 'pyasn1-modules',

0 commit comments

Comments
 (0)