diff options
author | Andrei Belov <defan@nginx.com> | 2017-12-28 20:38:34 +0300 |
---|---|---|
committer | Andrei Belov <defan@nginx.com> | 2017-12-28 20:38:34 +0300 |
commit | e939b8ae18871a19ba0ddf1582afaccfb92e4da4 (patch) | |
tree | 76306a7408e1dec49b12bdeed6693eedc6d42b9b | |
parent | c4894036c3e46dca7cb611525a8ca7842d82947d (diff) | |
download | unit-e939b8ae18871a19ba0ddf1582afaccfb92e4da4.tar.gz unit-e939b8ae18871a19ba0ddf1582afaccfb92e4da4.tar.bz2 |
Packages: added python 3.4 module on Debian 8.
-rw-r--r-- | pkg/deb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/deb/Makefile b/pkg/deb/Makefile index 6fdb667d..f18e356a 100644 --- a/pkg/deb/Makefile +++ b/pkg/deb/Makefile @@ -52,6 +52,7 @@ endif ifeq ($(CODENAME),jessie) include Makefile.php include Makefile.python27 +include Makefile.python34 endif CONFIGURE_ARGS=\ |