Skip to content

Commit

Permalink
py-socks: depends on setuptools to build
Browse files Browse the repository at this point in the history
  • Loading branch information
l2dy committed Apr 30, 2017
1 parent dd75fbc commit 41457fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion python/py-socks/Portfile
@@ -1,3 +1,5 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem 1.0
PortGroup python 1.0
PortGroup github 1.0
Expand All @@ -19,5 +21,6 @@ checksums rmd160 322cbe5eb10f19dbb4f976e0d74104021d149729 \
sha256 922ecf8ab4a89de5cde1e0eb48c97a076fb59e436bb7b11cd75c134cce101032

if {${name} ne ${subport}} {
livecheck.type none
depends_build-append port:py${python.version}-setuptools
livecheck.type none
}

0 comments on commit 41457fe

Please sign in to comment.