Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Klaus Wölfel
slapos
Commits
f9a2d619
Commit
f9a2d619
authored
Jun 07, 2017
by
Kazuhiko Shiozaki
Committed by
Julien Muchembled
Jun 12, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
python-mysqlclient: add a patch for MariaDB 10.2.6
parent
09cf12fd
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
5 deletions
+10
-5
component/python-mysqlclient/buildout.cfg
component/python-mysqlclient/buildout.cfg
+5
-0
software/dream/software.cfg
software/dream/software.cfg
+1
-1
software/neoppod/software-common.cfg
software/neoppod/software-common.cfg
+1
-1
stack/boinc/buildout.cfg
stack/boinc/buildout.cfg
+1
-1
stack/lamp.cfg
stack/lamp.cfg
+1
-1
stack/lamp/buildout.cfg
stack/lamp/buildout.cfg
+1
-1
No files found.
component/python-mysqlclient/buildout.cfg
View file @
f9a2d619
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
extends =
extends =
../mariadb/buildout.cfg
../mariadb/buildout.cfg
../openssl/buildout.cfg
../openssl/buildout.cfg
../patch/buildout.cfg
../zlib/buildout.cfg
../zlib/buildout.cfg
parts =
parts =
...
@@ -13,6 +14,10 @@ PATH =${mariadb:location}/bin:%(PATH)s
...
@@ -13,6 +14,10 @@ PATH =${mariadb:location}/bin:%(PATH)s
[python-mysqlclient]
[python-mysqlclient]
recipe = zc.recipe.egg:custom
recipe = zc.recipe.egg:custom
egg = mysqlclient
egg = mysqlclient
patches =
https://github.com/PyMySQL/mysqlclient-python/commit/1693848c9f6ca863868d94d63499830f7f4f3a1f.diff#a493a91f9263243eb331fcab9901b8b0
patch-options = -p1
patch-binary = ${patch:location}/bin/patch
environment = python-mysqlclient-env
environment = python-mysqlclient-env
library-dirs =
library-dirs =
${zlib:location}/lib/
${zlib:location}/lib/
...
...
software/dream/software.cfg
View file @
f9a2d619
...
@@ -48,7 +48,7 @@ scipy = 0.13.3
...
@@ -48,7 +48,7 @@ scipy = 0.13.3
simpy = 3.0.5
simpy = 3.0.5
zope.dottedname = 4.1.0
zope.dottedname = 4.1.0
tablib = 0.10.0
tablib = 0.10.0
mysqlclient = 1.3.10
mysqlclient = 1.3.10
+SlapOSPatched001
# indirect dependancies
# indirect dependancies
cp.recipe.cmd = 0.5
cp.recipe.cmd = 0.5
...
...
software/neoppod/software-common.cfg
View file @
f9a2d619
...
@@ -113,7 +113,7 @@ apache-libcloud = 1.5.0
...
@@ -113,7 +113,7 @@ apache-libcloud = 1.5.0
ecdsa = 0.13
ecdsa = 0.13
gitdb2 = 2.0.0
gitdb2 = 2.0.0
msgpack-python = 0.4.8
msgpack-python = 0.4.8
mysqlclient = 1.3.10
mysqlclient = 1.3.10
+SlapOSPatched001
persistent = 4.2.3
persistent = 4.2.3
pycrypto = 2.6.1
pycrypto = 2.6.1
pycurl = 7.43.0
pycurl = 7.43.0
...
...
stack/boinc/buildout.cfg
View file @
f9a2d619
...
@@ -69,7 +69,7 @@ pycrypto = 2.6
...
@@ -69,7 +69,7 @@ pycrypto = 2.6
apache-libcloud = 0.12.4
apache-libcloud = 0.12.4
async = 0.6.1
async = 0.6.1
gitdb = 0.5.4
gitdb = 0.5.4
mysqlclient = 1.3.10
mysqlclient = 1.3.10
+SlapOSPatched001
plone.recipe.command = 1.1
plone.recipe.command = 1.1
slapos.recipe.template = 2.4.2
slapos.recipe.template = 2.4.2
slapos.toolbox = 0.40.4
slapos.toolbox = 0.40.4
...
...
stack/lamp.cfg
View file @
f9a2d619
...
@@ -42,7 +42,7 @@ keep-compile-dir = false
...
@@ -42,7 +42,7 @@ keep-compile-dir = false
apache-libcloud = 0.9.1
apache-libcloud = 0.9.1
async = 0.6.1
async = 0.6.1
gitdb = 0.5.4
gitdb = 0.5.4
mysqlclient = 1.3.10
mysqlclient = 1.3.10
+SlapOSPatched001
plone.recipe.command = 1.1
plone.recipe.command = 1.1
slapos.recipe.template = 2.3
slapos.recipe.template = 2.3
slapos.toolbox = 0.40.4
slapos.toolbox = 0.40.4
...
...
stack/lamp/buildout.cfg
View file @
f9a2d619
...
@@ -185,7 +185,7 @@ eggs =
...
@@ -185,7 +185,7 @@ eggs =
apache-libcloud = 0.12.3
apache-libcloud = 0.12.3
async = 0.6.1
async = 0.6.1
gitdb = 0.5.4
gitdb = 0.5.4
mysqlclient = 1.3.10
mysqlclient = 1.3.10
+SlapOSPatched001
pycrypto = 2.6
pycrypto = 2.6
rdiff-backup = 1.0.5+SlapOSPatched001
rdiff-backup = 1.0.5+SlapOSPatched001
slapos.recipe.template = 2.4.2
slapos.recipe.template = 2.4.2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment