[Python-modules-commits] [python-motor] 04/09: d/rules: Don't remove aiohttp and asyncio in Python 2 (fixed upstream)

Ondrej Novy onovy at debian.org
Tue Jan 16 14:35:24 UTC 2018


This is an automated email from the git hooks/post-receive script.

onovy pushed a commit to branch master
in repository python-motor.

commit dc576453e44ccb76eb7fb7fde479f50743841060
Author: Ondřej Nový <onovy at debian.org>
Date:   Tue Jan 16 15:10:12 2018 +0100

    d/rules: Don't remove aiohttp and asyncio in Python 2 (fixed upstream)
---
 debian/changelog | 1 +
 debian/rules     | 4 ----
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5fc416f..2bbc363 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 python-motor (1.2.0-1) UNRELEASED; urgency=medium
 
   * New upstream release
+  * d/rules: Don't remove aiohttp and asyncio in Python 2 (fixed upstream)
 
  -- Ondřej Nový <onovy at debian.org>  Tue, 16 Jan 2018 13:33:58 +0100
 
diff --git a/debian/rules b/debian/rules
index 088f311..b75411a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,6 @@
 #! /usr/bin/make -f
 
 export PYBUILD_NAME = motor
-# See: https://jira.mongodb.org/browse/MOTOR-129
-export PYBUILD_AFTER_INSTALL_python2=rm \
-	'{destdir}/{install_dir}/motor/aiohttp.py' \
-	'{destdir}/{install_dir}/motor/motor_asyncio.py'
 
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-motor.git



More information about the Python-modules-commits mailing list