Skip to content

Commit 96ebdd7

Browse files
author
rocky
committed
We now need the newest xdis to pass "is_pypy" to.
1 parent 6b9ccb1 commit 96ebdd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

__pkginfo__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@
3737
author = "Rocky Bernstein"
3838
author_email = "rb@dustyfeet.com"
3939
ftp_url = None
40-
install_requires = ["xdis >= 6.1.0"]
40+
install_requires = ["xdis >= 6.1.8"]
4141
license = "GPL-2.0"
4242
mailing_list = "python-debugger@googlegroups.com"
4343
modname = "xasm"
4444
py_modules = []
45-
setup_requires = ["pytest-runner", "xdis >= 6.1.0"]
45+
setup_requires = ["pytest-runner"]
4646
# scripts = ['bin/pydisasm']
4747
short_desc = "Python cross-version byte-code assembler"
4848
tests_require = ["pytest"]

0 commit comments

Comments
 (0)