File: allow_later_sphinx.patch

package info (click to toggle)
python-fitbit 0.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 256 kB
  • ctags: 200
  • sloc: python: 1,227; makefile: 132
file content (13 lines) | stat: -rw-r--r-- 301 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Author: Iain R. Learmonth <irl@fsfe.org>
Last-Update: Mon, 03 June 2014 19:30:29 +0100
Description: Allow later versions of Sphinx

--- python-fitbit.orig/requirements/dev.txt
+++ python-fitbit/requirements/dev.txt
@@ -1,5 +1,5 @@
 -r base.txt
 -r test.txt
 
-Sphinx==1.2.3
+Sphinx>=1.2.3
 tox==1.7.2