[Python-modules-commits] [ruamel.yaml] 01/03: Don't require ruamel.base

Vincent Bernat bernat at moszumanska.debian.org
Sat Dec 5 16:24:52 UTC 2015


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

bernat pushed a commit to branch master
in repository ruamel.yaml.

commit 8c69522ccf63f624d4d4dffe9bb0eff886ba1c1d
Author: Vincent Bernat <vincent at bernat.im>
Date:   Sat Dec 5 17:19:06 2015 +0100

    Don't require ruamel.base
    
    This is a useless dependency. We never had it in Debian, so don't need
    to handle upgrade or conflicts for that.
---
 __init__.py                       | 5 +++--
 ruamel.yaml.egg-info/requires.txt | 1 -
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/__init__.py b/__init__.py
index be2bf4b..45ef3fe 100644
--- a/__init__.py
+++ b/__init__.py
@@ -5,7 +5,9 @@ from __future__ import absolute_import
 
 # install_requires of ruamel.base is not really required but the old
 # ruamel.base installed __init__.py, and thus a new version should
-# be installed at some point
+# be installed at some point.
+#
+# Debian-specific: removed this requirement.
 
 _package_data = dict(
     full_package_name="ruamel.yaml",
@@ -15,7 +17,6 @@ _package_data = dict(
     description="ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order",  # NOQA
     entry_points=None,
     install_requires=dict(
-        any=["ruamel.base>=1.0.0"],
         py26=["ruamel.ordereddict"],
         py27=["ruamel.ordereddict"]
     ),
diff --git a/ruamel.yaml.egg-info/requires.txt b/ruamel.yaml.egg-info/requires.txt
index aa524f6..89d5b72 100644
--- a/ruamel.yaml.egg-info/requires.txt
+++ b/ruamel.yaml.egg-info/requires.txt
@@ -1,2 +1 @@
-ruamel.base>=1.0.0
 ruamel.ordereddict

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



More information about the Python-modules-commits mailing list