Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
monkeysphere
monkeysign
Commits
b3dda0a2
Commit
b3dda0a2
authored
Oct 15, 2016
by
anarcat
Browse files
fix socks dependency
parent
62b117aa
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
b3dda0a2
monkeysign (2.2.1) unstable; urgency=medium
* fix socks dependency specification: it is a runtime, not just
build-time, dependency
--
monkeysign (2.2.0) unstable; urgency=medium
* fix tests with Debian CI
...
...
setup.py
View file @
b3dda0a2
...
...
@@ -33,7 +33,8 @@ setup(name='monkeysign',
use_scm_version
=
{
'write_to'
:
'monkeysign/_version.py'
,
},
setup_requires
=
[
'sphinx'
,
'setuptools_scm'
,
'pysocks'
],
setup_requires
=
[
'sphinx'
,
'setuptools_scm'
],
install_requieres
=
[
'pysocks'
],
author
=
'Antoine Beaupré'
,
author_email
=
'anarcat@debian.org'
,
url
=
monkeysign
.
__website__
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment